-----------------------------------------------------------------------------------------------------------------------------------------
Part 1 - Understanding the Microsoft WSH and the ADSI in Windows 2000 (Scripts Kit)

Sample 01 to 08 - See Logon Script Sample 19

Sample 09 - Standard Input and Standard Output usage (StdInOut.vbs)
	No particular action is required to run the script.
	Can be run under Windows 2000 without any special requirement.
	Can be run under Windows NT 4.0 with WSH 2.0 modules installed.

Sample 10 - Looking at some RootDSE's properties (RootDSE.vbs)
	No particular action is required to run the script.
	Can be run under Windows 2000 without any special requirement.
	Can be run under Windows NT 4.0 with WSH 2.0 modules installed.
					     ADSI 2.5 modules installed.
					     The LDAP path must be adapted to point to a Windows 2000 Domain Controller.
	
Sample 11 - Getting Administrator's group membership in different namespaces (GroupMemberShip.vbs)
	No particular action is required to run the script.
	Can be run under Windows 2000 without any special requirement.
	Can be run under Windows NT 4.0 with WSH 2.0 modules installed.
					     ADSI 2.5 modules installed.
					     The LDAP path must be adapted to point to a Windows 2000 Domain Controller.
	Administrator user must exist in the default container CN=Users.

Sample 12 - Accessing the syntax of a property (ShowPropertySyntax.vbs)
	No particular action is required to run the script.
	Can be run under Windows 2000 without any special requirement.
	Can be run under Windows NT 4.0 with WSH 2.0 modules installed.
					     ADSI 2.5 modules installed.
					     The LDAP path must be adapted to point to a Windows 2000 Domain Controller.
	Administrator user must exist in the default container CN=Users.
	
Sample 13 - Loading the entire Active Directory Tree objects properties in an Excel sheet (ShowADTreeInXL.vbs)
	Excel 97 or Excel 2000 must be installed.
	Can be run under Windows 2000 without any special requirement.
	Can be run under Windows NT 4.0 with WSH 2.0 modules installed.
					     ADSI 2.5 modules installed.
					     The LDAP path must be adapted to point to a Windows 2000 Domain Controller.

Sample 14 - See Logon Script Sample 19

Sample 15 - Information available from IADsSystemInfo object (IADsSystemInfo.vbs)
	No particular action is required to run the script.
	Must be run on a Windows 2000 Professional or Server.
	Cannot be run under Windows NT 4.0 even if ADSI 2.5 modules are installed.

Sample 16 to 18 - See Logon Script Sample 19

Sample 19 - A usable Logon Script under Windows 2000 (LogonScript.vbs)
	Can be run on a Windows 2000 Professional or Server.
	Can be run under Windows NT 4.0 with WSH 2.0 modules installed.
					     ADSI 2.5 modules installed.
					     the LDAP path must be adapted to point to a Windows 2000 Domain Controller.
	                                     Script part using IADsSystemInfo interface cannot be run under Windows NT 4.0 
					            even if ADSI 2.5 modules are installed.
	The script must be published in the Active Directory policies (or in the NT user Profile) to be executed at Logon Time.
	The script mapping (drives and printers), the group membership tests must be adapted to your Windows environment.
	(UNC pointers must point to valid resources available in your network)
	The CheckMAPIMail function must have a valid MAPI profile created to read the number of unread mail in the inbox folder.